func golang.org/x/net/http2.shouldSendReqContentLength

2 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1957: 		if shouldSendReqContentLength(req.Method, contentLength) {
		transport.go#L2007: func shouldSendReqContentLength(method string, contentLength int64) bool {